home *** CD-ROM | disk | FTP | other *** search
- REM The READ program reads the specified file aloud using
- REM SPEECH.COM's phonem system. If the file does not exist or SPEECH
- REM is not loaded, an appropriate message will be given. To hear direct
- REM keyboard input use CON for the file name. The DOS editing keys will
- REM be active to edit the previous line.
-
- READ SAMPLE.TXT
-
- REM If printing of the phonem file is not desired, simply re-diredt the
- REM standard output to a file or the NUL device :
-
- READ SAMPLE.TXT > NUL
-
- REM This might be useful when adding voice to batch files that print nice
- REM full-screen menus that would be destroyed when the file is printed.
-
-